home *** CD-ROM | disk | FTP | other *** search
- #define VERSION "0.93"
- #define MAXLINE 2048
- #define VA_LOCAL_DECL va_list ap;
- #define VA_START(f) va_start(ap)
- #define VA_END va_end(ap)
- #define SPT_BUFSIZE PSARGSZ
- #define MOREPATH ":/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin"
- #define TITLELEN 512
- #define LOCKFILE "/tmp/randmp3.lock"
- #define SETUPFILE ".randmp3.set"
-
- #define FUTABASERIAL "/dev/ttyS0"
-
- #define PORT 1666
-
- #define DEFAULTHOST "localhost"
-
- #define MP3DIRECTORY "/home/mp3/all"
-
- #define HEP "n,j=next N,J=down-1/2-scrn b,k=prev B,K=up-1/2-scrn"
- #define HEP2 "r=restart-song p=pause c=cont q=quit"
-
- #define SHUFFLE ">> << >> <<"
- #define FORWARD ">> >> >> >>"
- #define BACKWARD "<< << << <<"
- #define PAUSESYM "||"
- #define CONTINUE "->"
-
- #define DIRLINE 0
- #define TITLELINE 1
- #define TIMELINE 2
- #define SQUIGLINE 3
- #define STATUSLINE 4
-
- #define NUMBEROFTITLESTOSHOW 7
-
- #define QUIT 1
- #define PAUSE 2
- #define RESUME 3
- #define NEXT 4
- #define PREV 5
- #define REPEAT 6
- #define QUERY 7
-